home *** CD-ROM | disk | FTP | other *** search
- //*****************************************************************************
- // C_UpDBro.prg
- // Up Database Browse class for OBJECT v2.03
- // Copyright (c) 1991, JHK, JHK-Software, Piestany
- // Compile with: /N/M/W/A
- //-----------------------------------------------------------------------------
-
- #include "Object.ch"
-
- create class UpDBrowse from DBrowse
- export:
- method New=UpDBrowseNew //o:New()
- endclass
-
-
- //*****************************************************************************
- // UpDBrowse:New() --> self
- // default values for this object
- //
- constructor UpDBrowseNew()
- ::UpFlag:=true
- return(self)
-
- //------------------------------------------------------- eof (c)JHK ----------
-
-